home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 2
/
Apprentice-Release2.iso
/
Source Code
/
AppleScript
/
Additions
/
GTQ Library 1.2
/
Sample Scripts
/
RequestAttention
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-05-03
|
303 b
|
9 lines
|
[
TEXT/ToyS
]
tell application "Finder" to activate
if (request attention sound number 0 timeout 20) = true then
speak "made it."
display dialog "made it."
else
speak "The user did not respond in 20 seconds. Canceling script..."
end if
if ((front application) = (this application)) then speak "I'm in front now."